home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / FILER / TARSRC.SPK / h / dir < prev    next >
Text File  |  1994-09-13  |  579b  |  20 lines

  1.  
  2. #define UNIX_DIRSEP  '/'
  3. #define FS_DIRSEP    '.'
  4. #define ADFS_MAXLEAFLENGTH   10
  5.  
  6. #if defined(WITH_PWD)
  7. extern int Unset;
  8.  
  9. extern void ChangeCurrentDir(char *Name);
  10. extern int CurrentDirUnset(void);
  11. extern char *GetCurrentDir(char *CurrentDirName);
  12. #endif
  13. extern int MakeDir(char *Name);
  14. extern int name_to_unix(char *);
  15. extern void name_to_fs(char *);
  16. extern char *FileTypeName(int FileType);
  17. extern void SetFileType(char *FileName, int FileType);
  18. extern void SetAttributes(int Cmd, char *FileName,
  19.                           int Attributes, int LoadAddress, int ExecAddress);
  20.